toggle menu
Spring Boot Kotlin API
4.0.0-M3
jvm
switch theme
search in API
Spring Boot Kotlin API
/
org.springframework.boot.docs.testing.springbootapplications.userconfigurationandslicing.scan
Package-level
declarations
Types
Types
My
Application
Link copied to clipboard
@
SpringBootApplication
@
ComponentScan
(
value
=
[
""com.example.app""
,
""com.example.another""
]
)
open
class
MyApplication
@
SpringBootApplication
@
ComponentScan
(
value
=
[
"com.example.app"
,
"com.example.another"
]
)
class
MyApplication